Exemplo n.º 1
0
 /**
  * Determine if the given attribute exists.
  *
  * @param mixed $offset
  * @return bool 
  * @static 
  */
 public static function offsetExists($offset)
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     return \Webpatser\Countries\Countries::offsetExists($offset);
 }