コード例 #1
0
ファイル: cbEditRowView.php プロジェクト: Raul-mz/web-erpcya
 /**
  * Gets Selected Values
  *
  * @param  SimpleXMLElement  $node  The node to get the values for
  * @return array                      The values currently selected
  */
 public function &_getSelectValues(&$node)
 {
     return $this->registryEditView->_getSelectValues($node);
 }