Exemplo n.º 1
0
 /**
  * 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'));
 }
Exemplo n.º 2
0
 /**
  * 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'));
 }
Exemplo n.º 3
0
 /**
  * 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'));
 }
Exemplo n.º 4
0
 /**
  * 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'));
 }