ZaliczkaProjektStorageAcl.php 560 B

1234567891011121314151617
  1. <?php
  2. Lib::loadClass('Core_AclSimpleSchemaBase');// extends Core_AclBase
  3. Lib::loadClass('Core_AclHelper');
  4. class Schema_DefaultDb_in7_mk_baza_dystrybucji_ZaliczkaProjektStorageAcl extends Core_AclSimpleSchemaBase {
  5. public $_simpleSchema = [
  6. 'root' => [
  7. '@namespace' => 'default_db/IN7_MK_BAZA_DYSTRYBUCJI/ZaliczkaProjekt',
  8. '@primaryKey' => 'id',
  9. 'id' => [ '@type' => 'xsd:integer', '@alias' => 'ID' ],
  10. 'nrBudowy' => [ '@type' => 'xsd:string', '@alias' => 'M_DIST_DEALNUM' ],// TODO: ? M_DIST_DESC (szerszy opis)
  11. ],
  12. ];
  13. }