[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 <?php 2 3 final class DifferentialCustomFieldDependsOnParser 4 extends PhabricatorCustomFieldMonogramParser { 5 6 protected function getPrefixes() { 7 return array( 8 'depends on', 9 ); 10 } 11 12 protected function getInfixes() { 13 return array( 14 'diff', 15 'diffs', 16 'change', 17 'changes', 18 'rev', 19 'revs', 20 'revision', 21 ); 22 } 23 24 protected function getSuffixes() { 25 return array(); 26 } 27 28 protected function getMonogramPattern() { 29 return '[Dd]\d+'; 30 } 31 32 }
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 |