コード例 #1
0
 /**
  * Creates new music identifier frame
  */
 public function __construct()
 {
     parent::__construct();
     $this->cdToc = (string) '';
 }
コード例 #2
0
 /**
  * Constructs new unique file identifier frame
  */
 public function __construct()
 {
     parent::__construct();
     $this->ownerIdentifier = '';
     $this->fileIdentifier = '';
 }