Beispiel #1
0
 /**
  * @param integer $iblockId Iblock identifier.
  * @param integer $elementId Element identifier.
  */
 public function __construct($iblockId, $elementId)
 {
     parent::__construct($iblockId);
     $this->elementId = intval($elementId);
 }
Beispiel #2
0
 /**
  * @param integer $iblockId Iblock identifier.
  */
 public function __construct($iblockId)
 {
     parent::__construct($iblockId);
 }
Beispiel #3
0
 /**
  * @param integer $iblockId Iblock identifier.
  * @param integer $sectionId Section identifier.
  */
 public function __construct($iblockId, $sectionId)
 {
     parent::__construct($iblockId);
     $this->sectionId = intval($sectionId);
 }