PhpCss\Ast\Selector\Simple\Type::__construct PHP Method

__construct() public method

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