fetchAssoc() public method

public fetchAssoc ( $path )
コード例 #1
0
ファイル: HyperSelection.php プロジェクト: filsedla/hyperrow
 /**
  * Fetches all rows and returns associative tree.
  *
  * @param $path string associative descriptor
  * @return array
  */
 public function fetchAssoc($path)
 {
     return $this->selection->fetchAssoc($path);
 }