WSDL\Lexer\TokenObject::__construct PHP Method

__construct() private method

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