src/ngrest/base/Plugin.php
Plugin
has 39 functions (exceeds 20 allowed). Consider refactoring. Open
Open
abstract class Plugin extends Component implements TypesInterface
{
public const CREATE_CONTEXT_PREFIX = 'create.';
public const UPDATE_CONTEXT_RPEFXI = 'update.';
File Plugin.php
has 267 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace luya\admin\ngrest\base;
use luya\admin\base\TypesInterface;