Facebook\InstantArticles\Transformer\Getters\StringGetter::withAttribute PHP Method

withAttribute() public method

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