eZ\Publish\Core\FieldType\User\Type::onlyEmptyInstance PHP Метод

onlyEmptyInstance() публичный Метод

Indicates if the field definition of this type can be added to a ContentType with Content instances.
public onlyEmptyInstance ( ) : boolean
Результат boolean
    public function onlyEmptyInstance()
    {
        return true;
    }