__construct() публичный Метод

Constructor.
public __construct ( $itemId, $itemType, $stageId, $template = null )
Пример #1
0
 /**
  * Constructor.
  */
 function __construct($itemId, $itemType, $stageId, $template = null)
 {
     parent::__construct($itemId, $itemType, $stageId, $template);
 }