PHP 클래스 Microweber\Providers\LayoutsManager

파일 보기 프로젝트 열기: microweber/microweber

공개 프로퍼티들

프로퍼티 타입 설명
$app

공개 메소드들

메소드 설명
__construct ( $app = null )
add_external ( $arr )
delete_all ( )
get ( $params = false )
get_all ( boolean | array | string $options = false ) : array | mixed Lists the layout files from a given directory.
get_link ( $options = false )
save ( $data_to_save )
scan ( $options = false )
template_check_for_custom_css ( $template_name, $check_for_backup = false )
template_remove_custom_css ( $params )
template_save_css ( $params )

메소드 상세

__construct() 공개 메소드

public __construct ( $app = null )

add_external() 공개 메소드

public add_external ( $arr )

delete_all() 공개 메소드

public delete_all ( )

get() 공개 메소드

public get ( $params = false )

get_all() 공개 메소드

You can use this function to get layouts from various folders in your web server. It returns array of layouts with desctption, icon, etc This function caches the result in the 'templates' cache group
public get_all ( boolean | array | string $options = false ) : array | mixed
$options boolean | array | string
리턴 array | mixed

save() 공개 메소드

public save ( $data_to_save )

scan() 공개 메소드

public scan ( $options = false )

template_check_for_custom_css() 공개 메소드

public template_check_for_custom_css ( $template_name, $check_for_backup = false )

template_remove_custom_css() 공개 메소드

public template_remove_custom_css ( $params )

template_save_css() 공개 메소드

public template_save_css ( $params )

프로퍼티 상세

$app 공개적으로 프로퍼티

public $app