PHP 클래스 Themosis\Page\Option

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

공개 메소드들

메소드 설명
get ( string $optionGroup, $name = null ) : string | array Utility method to retrieve an option saved using the Page class.

메소드 상세

get() 공개 정적인 메소드

Give the 'option_group' name and the option 'name' defined by the developer.
public static get ( string $optionGroup, $name = null ) : string | array
$optionGroup string The section name.
$name $name The option name.
리턴 string | array The option value as string or array of values