コード例 #1
0
 public function getValue($path, $defaultValue = null)
 {
     return $this->arrayAccess->getValue($path, $defaultValue);
 }
コード例 #2
0
ファイル: View.php プロジェクト: petrgrishin/yii-view
 public function getParam($path, $defaultValue = null)
 {
     return $this->params->getValue($path, $defaultValue);
 }