Gajus\Vlad\Selector::__construct PHP Method

__construct() public method

public __construct ( string $name )
$name string HTML input name, e.g. foo[bar].
    public function __construct($name)
    {
        $this->name = $name;
    }