cliente = $cliente; $this->cliente = $cliente; $this->arquivo = $arquivo; $this->pasta = $pasta; $this->endereco = $endereco; } /** * Returns count of cliente. * * @param array $filter * * @return int */ public function count() { return 0; } }