default_db.test_perms.php 237 B

1234567891011
  1. <?php
  2. class Schema__Core__default_db__test_perms extends Schema_TableBase {
  3. public function initTypes() {
  4. parent::initTypes();
  5. $this->_types['WWW'] = 'p5:www_link';
  6. $this->_restrictions['WWW'] = array('maxLength' => 255);
  7. }
  8. }