Common\Doctrine\ValueObject\SEOFollow::follow PHP Method

follow() public static method

public static follow ( ) : SEOFollow
return SEOFollow
    public static function follow()
    {
        return new self(self::FOLLOW);
    }