__construct() public method

Constructor.
public __construct ( $itemId, $itemType, $stageId, $template = null )
 /**
  * Constructor.
  */
 function __construct($itemId, $itemType, $stageId, $template = null)
 {
     parent::__construct($itemId, $itemType, $stageId, $template);
 }