Facebook\InstantArticles\Transformer\Getters\StringGetter::withPrefix PHP Méthode

withPrefix() public méthode

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