WSDL\Lexer\TokenObject::__construct PHP Méthode

__construct() private méthode

private __construct ( string $name, string $value )
$name string
$value string
    private function __construct($name, $value)
    {
        $this->name = $name;
        $this->value = $value;
    }