PHP Class Prado\Web\UI\ActiveControls\TStyleDiff

Calculates the changes to the Style properties.
Since: 3.1
Inheritance: extends TViewStateDiff
Datei anzeigen Open project: pradosoft/prado

Public Methods

Method Description
getDifference ( ) : array

Protected Methods

Method Description
getCombinedStyle ( $obj ) : array
getCssClassDiff ( ) : string
getStyleDiff ( ) : array
getStyleFromString ( $string )

Method Details

getCombinedStyle() protected method

protected getCombinedStyle ( $obj ) : array
return array all the style properties combined.

getCssClassDiff() protected method

protected getCssClassDiff ( ) : string
return string changes to the CSS class name.

getDifference() public method

public getDifference ( ) : array
return array list of changes to the control style and CSS class name.

getStyleDiff() protected method

protected getStyleDiff ( ) : array
return array list of changes to the control style.

getStyleFromString() protected method

protected getStyleFromString ( $string )