コード例 #1
0
ファイル: printer.php プロジェクト: gwtrains/comRTiPrint
 /**
  * Method to increment hits (check session and layout)
  *
  * @access	public
  * @param	array	$layouts	List of authorized layouts for hitting the object.
  *
  * @return	boolean	Null if skipped. True when incremented. False if error.
  *
  * @since	11.1
  */
 public function hit($layouts = null)
 {
     return parent::hit(array('printer'));
 }
コード例 #2
0
ファイル: changelog.php プロジェクト: gwtrains/comRTiPrint
 /**
  * Method to increment hits (check session and layout)
  *
  * @access	public
  * @param	array	$layouts	List of authorized layouts for hitting the object.
  *
  * @return	boolean	Null if skipped. True when incremented. False if error.
  *
  * @since	11.1
  */
 public function hit($layouts = null)
 {
     return parent::hit(array('rochangelog'));
 }
コード例 #3
0
ファイル: building.php プロジェクト: gwtrains/comRTiPrint
 /**
  * Method to increment hits (check session and layout)
  *
  * @access	public
  * @param	array	$layouts	List of authorized layouts for hitting the object.
  *
  * @return	boolean	Null if skipped. True when incremented. False if error.
  *
  * @since	11.1
  */
 public function hit($layouts = null)
 {
     return parent::hit(array('building'));
 }
コード例 #4
0
ファイル: town.php プロジェクト: gwtrains/comRTiPrint
 /**
  * Method to increment hits (check session and layout)
  *
  * @access	public
  * @param	array	$layouts	List of authorized layouts for hitting the object.
  *
  * @return	boolean	Null if skipped. True when incremented. False if error.
  *
  * @since	11.1
  */
 public function hit($layouts = null)
 {
     return parent::hit(array('town'));
 }