Esempio n. 1
0
File: ajax.php Progetto: hlag/svs
 private function getPause($pb_id)
 {
     $block = new playlist_bloecke();
     $block->getBlockByID($pb_id);
     echo $block->getPauseEdit();
 }