Esempio n. 1
0
 /**
  * format
  *
  * This makes the object human-readable.
  */
 public function format()
 {
     parent::format();
     $this->f_info = $this->userid;
     $this->f_full_info = $this->userid;
 }
Esempio n. 2
0
 /**
  * format
  *
  * This makes the object human-readable.
  */
 public function format()
 {
     parent::format();
     $this->f_info = $this->path;
     $this->f_full_info = $this->path;
 }
Esempio n. 3
0
 /**
  * format
  *
  * This makes the object human-readable.
  */
 public function format()
 {
     parent::format();
     $this->f_info = $this->apikey;
     $this->f_full_info = $this->apikey;
 }