Пример #1
0
 /**
  * @param integer $id
  * @return Address
  */
 public static function findById($id)
 {
     return ModelAddress::findById($id);
 }