Server : Apache System : Linux indy02.toastserver.com 3.10.0-962.3.2.lve1.5.85.el7.x86_64 #1 SMP Thu Apr 18 15:18:36 UTC 2024 x86_64 User : palandch ( 1163) PHP Version : 7.1.33 Disable Function : NONE Directory : /home/palandch/www/core/model/modx/mysql/ |
<?php /** * @package modx * @subpackage mysql */ $xpdo_meta_map['modAccessPolicy']= array ( 'package' => 'modx', 'version' => '1.1', 'table' => 'access_policies', 'extends' => 'xPDOSimpleObject', 'fields' => array ( 'name' => NULL, 'description' => NULL, 'parent' => 0, 'template' => 0, 'class' => '', 'data' => '{}', 'lexicon' => 'permissions', ), 'fieldMeta' => array ( 'name' => array ( 'dbtype' => 'varchar', 'precision' => '255', 'phptype' => 'string', 'null' => false, 'index' => 'unique', ), 'description' => array ( 'dbtype' => 'mediumtext', 'phptype' => 'string', ), 'parent' => array ( 'dbtype' => 'int', 'precision' => '10', 'attributes' => 'unsigned', 'phptype' => 'integer', 'null' => false, 'default' => 0, 'index' => 'index', ), 'template' => array ( 'dbtype' => 'int', 'precision' => '10', 'attributes' => 'unsigned', 'phptype' => 'integer', 'null' => false, 'default' => 0, 'index' => 'index', ), 'class' => array ( 'dbtype' => 'varchar', 'precision' => '255', 'phptype' => 'string', 'null' => false, 'default' => '', 'index' => 'index', ), 'data' => array ( 'dbtype' => 'text', 'phptype' => 'json', 'default' => '{}', ), 'lexicon' => array ( 'dbtype' => 'varchar', 'precision' => '255', 'phptype' => 'string', 'null' => false, 'default' => 'permissions', ), ), 'indexes' => array ( 'name' => array ( 'alias' => 'name', 'primary' => false, 'unique' => true, 'type' => 'BTREE', 'columns' => array ( 'name' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), 'parent' => array ( 'alias' => 'parent', 'primary' => false, 'unique' => false, 'type' => 'BTREE', 'columns' => array ( 'parent' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), 'class' => array ( 'alias' => 'class', 'primary' => false, 'unique' => false, 'type' => 'BTREE', 'columns' => array ( 'class' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), 'template' => array ( 'alias' => 'template', 'primary' => false, 'unique' => false, 'type' => 'BTREE', 'columns' => array ( 'template' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), ), 'composites' => array ( 'Children' => array ( 'class' => 'modAccessPolicy', 'local' => 'id', 'foreign' => 'parent', 'owner' => 'local', 'cardinality' => 'many', ), ), 'aggregates' => array ( 'Parent' => array ( 'class' => 'modAccessPolicy', 'local' => 'parent', 'foreign' => 'id', 'owner' => 'foreign', 'cardinality' => 'one', ), 'Template' => array ( 'class' => 'modAccessPolicyTemplate', 'local' => 'template', 'foreign' => 'id', 'owner' => 'foreign', 'cardinality' => 'one', ), ), );