ContenthistoryHelper::getLookupValue
Method to query the database using values from lookup objects.
Signature
public function getLookupValue(stdClass
$lookup,
mixed
$value )
Parameters
-
$lookup
- The std object with the values needed to do the query.
-
$value
- The value used to find the matching title or name. Typically the id.
Returns
- mixed
- Value from database (for example, name or title) on success, false on failure.