예제 #1
0
 /**
  * Gets the keys that are available
  * @return array|null
  */
 public function get_column_keys_array()
 {
     if ($this->keys == null) {
         return null;
     }
     return array_keys($this->keys->__toArray());
 }