query = "SELECT * FROM " . self::TABLE . " pr WHERE pr.nome = :ramal;"; return $this->read($this->query, ['ramal' => $ramal])->fetch(); } }