示例#1
0
文件: ajax.php 项目: hlag/svs
 private function getPause($pb_id)
 {
     $block = new playlist_bloecke();
     $block->getBlockByID($pb_id);
     echo $block->getPauseEdit();
 }