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/sqlsrv/ |
<?php /** * @package modx * @subpackage sqlsrv */ $xpdo_meta_map['modAccessPolicyTemplate']= array ( 'package' => 'modx', 'version' => '1.1', 'table' => 'access_policy_templates', 'extends' => 'xPDOSimpleObject', 'fields' => array ( 'template_group' => 0, 'name' => '', 'description' => NULL, 'lexicon' => 'permissions', ), 'fieldMeta' => array ( 'template_group' => array ( 'dbtype' => 'int', 'phptype' => 'integer', 'null' => false, 'default' => 0, 'index' => 'index', ), 'name' => array ( 'dbtype' => 'nvarchar', 'precision' => '255', 'phptype' => 'string', 'null' => false, 'default' => '', 'index' => 'index', ), 'description' => array ( 'dbtype' => 'nvarchar', 'precision' => 'max', 'phptype' => 'string', ), 'lexicon' => array ( 'dbtype' => 'nvarchar', 'precision' => '255', 'phptype' => 'string', 'null' => false, 'default' => 'permissions', ), ), 'composites' => array ( 'Permissions' => array ( 'class' => 'modAccessPermission', 'local' => 'id', 'foreign' => 'template', 'owner' => 'local', 'cardinality' => 'many', ), 'Policies' => array ( 'class' => 'modAccessPolicy', 'local' => 'id', 'foreign' => 'template', 'owner' => 'local', 'cardinality' => 'many', ), ), 'aggregates' => array ( 'TemplateGroup' => array ( 'class' => 'modAccessPolicyTemplateGroup', 'local' => 'template_group', 'foreign' => 'id', 'owner' => 'foreign', 'cardinality' => 'one', ), ), );