You are here

public function VariadicTypeHintClass::addType in Plug 7

Parameters

...$types:

File

lib/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;
}