[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/project/customfield/ -> PhabricatorProjectDescriptionField.php (source)

   1  <?php
   2  
   3  final class PhabricatorProjectDescriptionField
   4    extends PhabricatorProjectStandardCustomField {
   5  
   6    public function createFields($object) {
   7      return PhabricatorStandardCustomField::buildStandardFields(
   8        $this,
   9        array(
  10          'description' => array(
  11            'name'        => pht('Description'),
  12            'type'        => 'remarkup',
  13            'description' => pht('Short project description.'),
  14            'fulltext'    => PhabricatorSearchField::FIELD_BODY,
  15          ),
  16        ));
  17    }
  18  
  19  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1