PHP 클래스 Backend\Modules\Analytics\Form\SettingsStepProfileType

상속: implements Backend\Modules\Analytics\Form\SettingsStepType
파일 보기 프로젝트 열기: forkcms/forkcms

공개 메소드들

메소드 설명
__construct ( string $name, ModulesSettings $settings, Google_Service_Analytics $googleServiceAnalytics )
handle ( ) : boolean
parse ( TwigTemplate $template )

비공개 메소드들

메소드 설명
build ( ) Build up the form
isValid ( ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( string $name, ModulesSettings $settings, Google_Service_Analytics $googleServiceAnalytics )
$name string
$settings common\ModulesSettings
$googleServiceAnalytics Google_Service_Analytics

handle() 공개 메소드

public handle ( ) : boolean
리턴 boolean

parse() 공개 메소드

public parse ( TwigTemplate $template )
$template Backend\Core\Engine\TwigTemplate