Exemplo n.º 1
0
 /**
  * Gets our PID.
  *
  * @return int our PID (or 0 if there is an error)
  */
 public function getCurrentBePageId()
 {
     $result = parent::getCurrentBePageId();
     if (!$result) {
         $result = $this->getRecordPropertyInteger('pid');
     }
     return $result;
 }