'); $name = pht(''); } else { $key = $field->getFieldKey(); $name = $field->getFieldName(); } parent::__construct( pht( "Custom field '%s' (with key '%s', of class '%s') is incompletely ". "implemented: it claims to support a feature, but does not ". "implement all of the required methods for that feature.", $name, $key, get_class($field))); } }