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

none() public static method

public static none ( ) : SEOFollow
return SEOFollow
    public static function none()
    {
        return new self(self::NONE);
    }