Example #1
0
 public function __construct()
 {
     $this->person_collection = array();
     $this->storage_file = \App\Config\Config::getBasePath() . \App\Config\Config::getStorageFileName();
 }