You are here

public function VariadicTypeHintClass::addType in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/VariadicTypeHintClass.php \Doctrine\Tests\Common\Proxy\VariadicTypeHintClass::addType()

Parameters

...$types:

File

vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/VariadicTypeHintClass.php, line 18

Class

VariadicTypeHintClass
Test asset class

Namespace

Doctrine\Tests\Common\Proxy

Code

public function addType(...$types) {
  $this->types = $types;
}