NextDom\Managers\JeeObjectManager
Class ObjectManager
Synopsis
class JeeObjectManager
extends BaseManager
{
- // constants
- const DB_CLASS_NAME = '`object`';
- const CLASS_NAME = JeeObject::class;
- // Inherited constants from BaseManager
- const CLASS_NAME = '';
- const DB_CLASS_NAME = '``';
- // Inherited members from BaseManager
- protected static $baseSQL;
- protected static $prefixedBaseSQL;
- // methods
- public static JeeObject|null byName()
- public static array buildTree()
- public static array|mixed|null getRootObjects()
- public static array|mixed|null getDefaultUserRoom()
- public static array fullData()
- public static array all()
- public static mixed|null getChildren()
- public static array deadCmd()
- public static void checkSummaryUpdate()
- public static array|mixed|null searchConfiguration()
- public static float|null|string getGlobalSummary()
- public static string getGlobalHtmlSummary()
- public static void createSummaryToVirtual()
- public static void cleanPlanImageFolder()
- // Inherited methods from BaseManager
- protected static string getBaseSQL()
- protected static string getPrefixedBaseSQL()
- // Inherited methods from CommonManager
- public static mixed byId()
- protected static mixed|null getAll()
- public static int getCount()
- protected static mixed|null getAllOrdered()
- protected static mixed|null getOneByClauses()
- protected static mixed|null getMultipleByClauses()
- protected static mixed|null searchOneByClauses()
- protected static mixed|null searchMultipleByClauses()
Hierarchy
Tasks
Line | Task |
---|---|
157+ | : ??? Data restrictions : - $restrict['object'][OBJECT_ID] : Skip objects - |
228+ | : ??? |
249+ | ??? |
358+ | : ??? |
394+ | ??? |
452+ | ??? |
Constants
Name | Value |
---|---|
DB_CLASS_NAME | '`object`' |
CLASS_NAME | JeeObject::class |
CLASS_NAME | '' |
DB_CLASS_NAME | '``' |
Members
protected
- $baseSQL — array
- $prefixedBaseSQL — array
Methods
public
- all() — Get all objects.
- buildTree() — Build tree of all objects
- byName() — Get an object by with his name.
- checkSummaryUpdate()
- cleanPlanImageFolder() — Clean plan images
- createSummaryToVirtual()
- deadCmd()
- fullData()
- getChildren()
- getDefaultUserRoom()
- getGlobalHtmlSummary()
- getGlobalSummary()
- getRootObjects() — Get root objects.
- searchConfiguration() — Search object configuration @TODO: ??
Inherited from NextDom\Managers\Parents\BaseManager
protected
- getBaseSQL() — Get base of Select SQL
- getPrefixedBaseSQL() — Get prefixed base of Select SQL
Inherited from NextDom\Managers\Parents\CommonManager
protected
- getAll() — Get all objects
- getAllOrdered() — Get all object sorted on column
- getMultipleByClauses() — Get one multiple filtered with clauses
- getOneByClauses() — Get one object filtered with clauses
- searchMultipleByClauses() — Search one multiple filtered with clauses
- searchOneByClauses() — Search one object filtered with clauses
public
- byId() — Get one object by his id
- getCount() — Get count(*).