eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\Converter\CheckboxConverter::create PHP Метод

create() публичный статический Метод

Note: Class should instead be configured as service if it gains dependencies.
public static create ( ) : eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\Converter\Checkbox
Результат eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\Converter\Checkbox
    public static function create()
    {
        return new self();
    }