You are here

interface iTemplate in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpunit/php-token-stream/tests/_fixture/source4.php \iTemplate

Hierarchy

Expanded class hierarchy of iTemplate

All classes that implement iTemplate

1 string reference to 'iTemplate'
PHP_Token_InterfaceTest::testGetName in vendor/phpunit/php-token-stream/tests/Token/InterfaceTest.php
@covers PHP_Token_INTERFACE::getName

File

vendor/phpunit/php-token-stream/tests/_fixture/source4.php, line 3

View source
interface iTemplate {
  public function setVariable($name, $var);
  public function getHtml($template);

}

Members