Guest User

Untitled

a guest
Jun 17th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2. class CblogPage extends CdynamicPage {
  3. static function getClassName(){
  4. return array('all'=>'Pagina Blog');
  5. }
  6.  
  7. function canAdd($class){
  8. return _is_a($class,'CarticlePage',true);
  9. }
  10. }
  11. ?>
Add Comment
Please, Sign In to add comment