/** * 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')); }
/** * 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')); }
/** * 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')); }
/** * 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')); }