コード例 #1
0
 /**
  * Prepare security- and filter-based restrictions.
  * @access private
  */
 protected function _prepare_restrictions()
 {
     parent::_prepare_restrictions();
     $this->_calculated_restrictions[] = $this->_sql_folder_id() . " = " . $this->_folder->id;
 }
コード例 #2
0
 /**
  * Prepare security- and filter-based restrictions.
  * @access private
  */
 protected function _prepare_restrictions()
 {
     parent::_prepare_restrictions();
     $this->_calculated_restrictions[] = 'att.object_id = ' . $this->_host->id;
 }
コード例 #3
0
 /**
  * Prepare security- and filter-based restrictions.
  * @access private
  */
 protected function _prepare_restrictions()
 {
     parent::_prepare_restrictions();
     $this->_calculated_restrictions[] = 'bra.folder_id = ' . $this->_folder->id;
 }