PHP Trait Xpressengine\Presenter\Html\Tags\SortTrait

显示文件 Open project: xpressengine/xpressengine

Protected Properties

Property Type Description
$afters array
$befores array
$sorter 우선순위 정렬을 위한 sorter

Public Methods

Method Description
after ( string $afters ) after
before ( string $befores ) before

Method Details

after() public method

after
public after ( string $afters )
$afters string afters

before() public method

before
public before ( string $befores )
$befores string befores

Property Details

$afters protected_oe property

protected array $afters
return array

$befores protected_oe property

protected array $befores
return array

$sorter protected_oe static_oe property

우선순위 정렬을 위한 sorter
protected static $sorter