Ejemplo n.º 1
0
 /**
  * @param int $id
  * @param int $elementDepth
  * @return SDElement
  */
 public function getSDElementById($id, $elementDepth = 0)
 {
     $element = $this->APIClient->getObject($id);
     return $this->getSDElement($element, $elementDepth);
 }