getObjectByBackendId() public méthode

Retrieve an object in the current folder by backend id.
public getObjectByBackendId ( string $uid ) : array
$uid string Backend id of the object to be returned.
Résultat array An array of all objects.
Exemple #1
0
 /**
  * Retrieve an object in the current folder by backend id.
  *
  * @param string $uid Backend id of the object to be returned.
  *
  * @return array An array of all objects.
  */
 public function getObjectByBackendId($uid)
 {
     return $this->_data->getObjectByBackendId($uid);
 }