PHP 클래스 Backend\Modules\Locale\Actions\Analyse

상속: extends Backend\Core\Engine\Base\ActionIndex
파일 보기 프로젝트 열기: forkcms/forkcms

공개 메소드들

메소드 설명
execute ( ) Execute the action
formatFilesList ( string $files ) : string Format a serialized path-array into something that is usable in a datagrid

보호된 메소드들

메소드 설명
parse ( ) Parse & display the page

비공개 메소드들

메소드 설명
loadDataGrids ( ) Load the datagrids

메소드 상세

execute() 공개 메소드

Execute the action
public execute ( )

formatFilesList() 공개 정적인 메소드

Format a serialized path-array into something that is usable in a datagrid
public static formatFilesList ( string $files ) : string
$files string The serialized array with the paths.
리턴 string

parse() 보호된 메소드

Parse & display the page
protected parse ( )