/**
  * Return all the published phones.
  * @return array
  */
 public function published()
 {
     return PhoneModel::published();
 }