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

nofollow() public static method

public static nofollow ( ) : SEOFollow
return SEOFollow
    public static function nofollow()
    {
        return new self(self::NOFOLLOW);
    }