示例#1
0
文件: entry.php 项目: pelloq1/SobiPro
 /**
  * @param int $sid
  * @param bool $redirect
  * @return void
  */
 protected function checkIn($sid, $redirect = true)
 {
     parent::checkIn(SPRequest::int('entry_id', $sid, 'request', true), $redirect);
 }