PhpCss\Ast\Selector\Simple\Type::__construct PHP Метод

__construct() публичный Метод

public __construct ( $name, $prefix = '' )
    public function __construct($name, $prefix = '')
    {
        $this->namespacePrefix = $prefix;
        $this->elementName = $name;
    }