PHP Trait Xpressengine\Presenter\Html\Tags\SortTrait

Show file 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 property

protected array $afters
return array

$befores protected property

protected array $befores
return array

$sorter protected static property

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