[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 <?php 2 3 final class PhabricatorFactCursor extends PhabricatorFactDAO { 4 5 protected $name; 6 protected $position; 7 8 public function getConfiguration() { 9 return array( 10 self::CONFIG_COLUMN_SCHEMA => array( 11 'name' => 'text64', 12 'position' => 'text64', 13 ), 14 self::CONFIG_KEY_SCHEMA => array( 15 'name' => array( 16 'columns' => array('name'), 17 'unique' => true, 18 ), 19 ), 20 ) + parent::getConfiguration(); 21 } 22 23 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |