Interface IStyleable

Description

IStyleable interface.

This interface should be implemented by classes that support CSS styles.

  • author: Qiang Xue <qiang.xue@gmail.com>
  • version: $Id: interfaces.php 2996 2011-06-20 15:24:57Z ctrlaltca@gmail.com $
  • since: 3.1.0

Located in /interfaces.php (line 303)


	
			
Method Summary
void clearStyle ()
boolean getHasStyle ()
Methods
clearStyle (line 316)

Removes all styles associated with the object

  • access: public
void clearStyle ()
getHasStyle (line 308)
  • return: whether the object has defined any style information
  • access: public
boolean getHasStyle ()
getStyle (line 312)
  • return: the object representing the css style of the object
  • access: public
TStyle getStyle ()

Documentation generated on Mon, 25 Jun 2012 14:36:48 +0200 by phpDocumentor 1.4.3