Solar_Class::vendors()

static public array Solar_Class::vendors ( mixed $spec )

Find the vendors of a given class or object and its parents.

Parameters

  • (mixed) $spec: An object, or a class name.

Returns

  • (array) The vendor names of the class or object hierarchy.

Description

Find the vendors of a given class or object and its parents.



Local