Lines Matching refs:string

97      * @var MetadataStore|string - string is the class
102 * @var MetadataStore|string
142 * The class string of the child/columns metadata
143 * @return string[];
152 * @return array|mixed|string|null
231 * @param MetadataStore|string $store
287 public static function getTab(): ?string
310 * @return string - the name to lookup the value
335 * @return string - the data type
340 public static abstract function getDataType(): string;
343 * @return string - the description (used in tooltip)
345 public static abstract function getDescription(): string;
348 * @return string - the label used in a form or log
350 public static abstract function getLabel(): string;
353 * @return string - the short link name
355 public static function getCanonical(): string
386 * @return string - the storage name use in the store
393 public static function getPersistentName(): string
399 * @return string the unique name of the metadata (property)
405 public static abstract function getName(): string;
409 * @return null|string|array the value to be persisted to the {@link self::setWriteStore()}
474 * @return string
486 public abstract static function getPersistenceType(): string;
550 * @param string $uniqueAttribute
553 public static function upsertMetaOnUniqueAttribute(&$metaArray, string $uniqueAttribute, array $attributes)
686 * @return string|null
688 public function getUidClass(): ?string
706 * @return string[] - the old name if any
772 * WriteStore may be just the string class name
781 * @throws ExceptionBadArgument - if the class string of the children are not good