Example #1
0
 /**
  * Allows to query the first record that match the specified conditions
  *
  * @param mixed $parameters
  * @return AbstractCrons
  */
 public static function findFirst($parameters = null)
 {
     return parent::findFirst($parameters);
 }
Example #2
0
 /**
  * @return Postshistory
  */
 public static function findFirst($parameters = array())
 {
     return parent::findFirst($parameters);
 }