PHP 클래스 Prado\Web\UI\ActiveControls\TStyleDiff

Calculates the changes to the Style properties.
부터: 3.1
상속: extends TViewStateDiff
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
getDifference ( ) : array

보호된 메소드들

메소드 설명
getCombinedStyle ( $obj ) : array
getCssClassDiff ( ) : string
getStyleDiff ( ) : array
getStyleFromString ( $string )

메소드 상세

getCombinedStyle() 보호된 메소드

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

getCssClassDiff() 보호된 메소드

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

getDifference() 공개 메소드

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

getStyleDiff() 보호된 메소드

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

getStyleFromString() 보호된 메소드

protected getStyleFromString ( $string )