コード例 #1
0
ファイル: ORMRow.php プロジェクト: Tarendai/spring-website
 /**
  * Return the names of the fields.
  *
  * @since 1.20
  * @deprecated since 1.22
  *
  * @return array
  */
 public function getFieldNames()
 {
     return array_keys($this->table->getFields());
 }