Example #1
0
 /**
  * Get the list of associations classes available for the model
  * @param   string
  * @return  array
  */
 public function reflections($name = null)
 {
     return $this->_model->reflectOnAssociation($name);
 }