Ejemplo 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;
 }
Ejemplo 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;
 }
Ejemplo 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;
 }