[ Index ] |
|
Code source de LifeType 1.2.4 |
1 <?php 2 3 lt_include( PLOG_CLASS_PATH."class/action/admin/admineditcommentsaction.class.php" ); 4 lt_include( PLOG_CLASS_PATH."class/view/admin/adminarticletrackbackslistview.class.php" ); 5 lt_include( PLOG_CLASS_PATH."class/view/admin/adminpostslistview.class.php" ); 6 lt_include( PLOG_CLASS_PATH."class/data/validator/integervalidator.class.php" ); 7 8 /** 9 * \ingroup Action 10 * @private 11 * 12 * Action that shows a list of all the trackbacks for a given post 13 */ 14 class AdminEditTrackbacksAction extends AdminEditCommentsAction 15 { 16 17 /** 18 * Constructor. If nothing else, it also has to call the constructor of the parent 19 * class, BlogAction with the same parameters 20 */ 21 function AdminEditTrackbacksAction( $actionInfo, $request ) 22 { 23 $this->AdminEditCommentsAction( $actionInfo, $request ); 24 25 $this->_viewClass = "AdminArticleTrackbacksListView"; 26 27 $this->requirePermission( "view_trackbacks" ); 28 } 29 } 30 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |