Jarves\Configuration\Field::hasFieldType PHP 메소드

hasFieldType() 공개 메소드

public hasFieldType ( ) : boolean
리턴 boolean
    public function hasFieldType()
    {
        return $this->getJarves()->getFieldTypes()->hasType($this->getType());
    }
Field