Mpociot\ApiDoc\Parsers\RuleDescriptionParser::ruleDescriptionExist PHP 메소드

ruleDescriptionExist() 보호된 메소드

protected ruleDescriptionExist ( ) : boolean
리턴 boolean
    protected function ruleDescriptionExist()
    {
        return trans()->hasForLocale($this->rule) || trans()->hasForLocale($this->rule, self::DEFAULT_LOCALE);
    }