PHP Class Prado\Web\UI\ActiveControls\TStyleDiff

Calculates the changes to the Style properties.
Since: 3.1
Inheritance: extends TViewStateDiff
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
getDifference ( ) : array

Méthodes protégées

Méthode Description
getCombinedStyle ( $obj ) : array
getCssClassDiff ( ) : string
getStyleDiff ( ) : array
getStyleFromString ( $string )

Method Details

getCombinedStyle() protected méthode

protected getCombinedStyle ( $obj ) : array
Résultat array all the style properties combined.

getCssClassDiff() protected méthode

protected getCssClassDiff ( ) : string
Résultat string changes to the CSS class name.

getDifference() public méthode

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

getStyleDiff() protected méthode

protected getStyleDiff ( ) : array
Résultat array list of changes to the control style.

getStyleFromString() protected méthode

protected getStyleFromString ( $string )