finishSectionEdit() 공개 메소드

Finish an edit section range
저자: Adrian Lang (lang@cosmocode.de)
public finishSectionEdit ( integer $end = null )
$end integer The byte position for the edit end; null for the rest of the page
예제 #1
0
 public function finishSectionEdit($end = null)
 {
     global $INFO;
     if ($INFO['perm'] > AUTH_READ) {
         return parent::finishSectionEdit($end);
     }
 }