コード例 #1
0
 public function __construct($container, $propertyName)
 {
     parent::__construct($container);
     $this->infoName = $propertyName;
 }
コード例 #2
0
ファイル: yTest_ListChanges.php プロジェクト: rsaugier/ytest
 public function __construct($container, $elementId)
 {
     parent::__construct($container);
     $this->elementId = $elementId;
 }