PHP 클래스 Themosis\Config\Support

파일 보기 프로젝트 열기: themosis/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$data List of theme supports.

공개 메소드들

메소드 설명
__construct ( array $data )
make ( ) : Themosis\Config\Support; Add theme supports.

보호된 메소드들

메소드 설명
support ( string $feature, array $value = [] ) Add theme support.

메소드 상세

__construct() 공개 메소드

public __construct ( array $data )
$data array

make() 공개 메소드

Call this only into your theme functions.php file or files relative to it. If call outside of the theme, wrap this with after_setup_theme hook.
public make ( ) : Themosis\Config\Support;
리턴 Themosis\Config\Support;

support() 보호된 메소드

Add theme support.
protected support ( string $feature, array $value = [] )
$feature string
$value array

프로퍼티 상세

$data 보호되어 있는 프로퍼티

List of theme supports.
protected $data