return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sort(...\
func_get_args());
} public function sortAsc($key,
$pattern = null,
$get = null,
$start = null,
$end = null,
$getList = null
) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sortAsc(...\
func_get_args());
} public function sortAscAlpha($key,
$pattern = null,
$get = null,
$start = null,
$end = null,
$getList = null
) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sortAscAlpha(...\
func_get_args());
} public function sortDesc($key,
$pattern = null,
$get = null,
$start = null,
$end = null,
$getList = null
) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sortDesc(...\
func_get_args());
} public function sortDescAlpha($key,
$pattern = null,
$get = null,
$start = null,
$end = null,
$getList = null
) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sortDescAlpha(...\
func_get_args());
}