Bolt\Storage\Entity\MagicAttributeTrait::has PHP Метод

has() защищенный Метод

Boolean check on whether entity has field
protected has ( string $field ) : boolean
$field string
Результат boolean
    protected function has($field)
    {
        return in_array($field, $this->getFields());
    }