src/models/Block.php
Block
has 21 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Block extends NgRestModel
{
private int $cachedDeletedId = 0;
/**
Method createObject
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static function createObject($class, $blockId, $id, $context, NavItemPage $pageObject = null): false|\luya\cms\base\BlockInterface