コード例 #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;
 }
コード例 #2
0
ファイル: local.catalog.php プロジェクト: cheese1/ampache
 /**
  * format
  *
  * This makes the object human-readable.
  */
 public function format()
 {
     parent::format();
     $this->f_info = $this->path;
     $this->f_full_info = $this->path;
 }
コード例 #3
0
ファイル: dropbox.catalog.php プロジェクト: axelsimon/ampache
 /**
  * format
  *
  * This makes the object human-readable.
  */
 public function format()
 {
     parent::format();
     $this->f_info = $this->apikey;
     $this->f_full_info = $this->apikey;
 }