Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
TokenRendererInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Vault\Block;
7 
9 
16 {
24  public function canRender(PaymentTokenInterface $token);
25 
33  public function render(PaymentTokenInterface $token);
34 
40  public function getToken();
41 }
canRender(PaymentTokenInterface $token)
render(PaymentTokenInterface $token)