Facebook\InstantArticles\Transformer\Getters\ConstantGetter::withValue PHP Method

withValue() public method

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