PHP 클래스 DebugKit\View\Helper\ToolbarHelper

Acts as a facade for other toolbars helpers as well.
상속: extends Cake\View\Helper
파일 보기 프로젝트 열기: cakephp/debug_kit

공개 프로퍼티들

프로퍼티 타입 설명
$helpers array helpers property

보호된 프로퍼티들

프로퍼티 타입 설명
$sort boolean Whether or not the top level keys should be sorted.

공개 메소드들

메소드 설명
makeNeatArray ( mixed $values, integer $openDepth, integer $currentDepth, boolean $doubleEncode = false, SplObjectStorage $currentAncestors = null ) : string Recursively goes through an array and makes neat HTML out of it.
setSort ( boolean $sort ) set sorting of values

메소드 상세

makeNeatArray() 공개 메소드

Recursively goes through an array and makes neat HTML out of it.
public makeNeatArray ( mixed $values, integer $openDepth, integer $currentDepth, boolean $doubleEncode = false, SplObjectStorage $currentAncestors = null ) : string
$values mixed Array to make pretty.
$openDepth integer Depth to add open class
$currentDepth integer current depth.
$doubleEncode boolean Whether or not to double encode.
$currentAncestors SplObjectStorage Object references found down the path.
리턴 string

setSort() 공개 메소드

set sorting of values
public setSort ( boolean $sort )
$sort boolean Whether or not sort values by key

프로퍼티 상세

$helpers 공개적으로 프로퍼티

helpers property
public array $helpers
리턴 array

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

Whether or not the top level keys should be sorted.
protected bool $sort
리턴 boolean