1<?php 2 3interface PhabricatorStandardCustomFieldInterface { 4 5 public function getStandardCustomFieldNamespace(); 6 7} 8 9