public function getPeer()
 {
     if (self::$peer === null) {
         self::$peer = new ProjectApplicationPeer();
     }
     return self::$peer;
 }