Example #1
0
 /**
  *  Retrieves the "columns" (i.e., protected properties
  *  that are not prefixed with an underscore) belonging
  *  to `$this`.
  *
  *  @access public
  *  @return array
  */
 public function get_columns()
 {
     return Meta::get_columns($this);
 }