Facebook\InstantArticles\Transformer\Getters\ElementGetter::withSelector PHP Method

withSelector() public method

public withSelector ( string $selector )
$selector string
    public function withSelector($selector)
    {
        Type::enforce($selector, Type::STRING);
        $this->selector = $selector;
        return $this;
    }