Solar_Class_Stack::setByVendors()
public
void
Solar_Class_Stack::setByVendors
( string|object $spec
, string $base = NULL
)
Given a class or object, set the stack based on its vendor and its parent vendors; optionally, add a standard suffix base to the vendor name.
Parameters
(string|object)
$spec
: The class or object to find vendors of.(string)
$base
: The suffix base to add to each vendor name.
Returns
(void)
Description
Given a class or object, set the stack based on its vendor and its parent vendors; optionally, add a standard suffix base to the vendor name.