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

none() public static method

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