Ejemplo n.º 1
0
 /**
  * Returns the Associations object that holds the associations
  * data for the called class.
  *
  * @return Associations
  */
 public function getAssociations()
 {
     return Associations::forClass(get_called_class());
 }