コード例 #1
0
ファイル: Binding.php プロジェクト: Kinetical/Kinesis
 function offsetGet($offset)
 {
     return parent::offsetGet($this->parseOffset($offset));
 }