PHP Class spec\LdapTools\Query\LdapResultSorterSpec

Inheritance: extends PhpSpec\ObjectBehavior
ファイルを表示 Open project: ldaptools/ldaptools

Protected Properties

Property Type Description
$collection LdapTools\Object\LdapObjectCollection
$orderBy
$toSort
$toSortGroups
$toSortUtf8

Public Methods

Method Description
getMatchers ( )
it_is_initializable ( )
it_should_be_set_to_case_insensitive_by_default ( )
it_should_sort_UTF8_data ( )
it_should_sort_an_array_of_results_ascending_by_first_name ( )
it_should_sort_an_array_of_results_descending_by_first_name ( )
it_should_sort_case_insensitive_by_default ( )
it_should_sort_case_sensitive_if_specified ( )
it_should_sort_on_a_datetime_object_asc ( )
it_should_sort_on_a_datetime_object_desc ( )
it_should_sort_on_multiple_attributes_asc ( )
it_should_sort_on_multiple_attributes_desc ( )
it_should_sort_on_multiple_attributes_with_aliases ( )
let ( )

Method Details

getMatchers() public method

public getMatchers ( )

it_is_initializable() public method

public it_is_initializable ( )

it_should_be_set_to_case_insensitive_by_default() public method

it_should_sort_UTF8_data() public method

it_should_sort_an_array_of_results_ascending_by_first_name() public method

it_should_sort_an_array_of_results_descending_by_first_name() public method

it_should_sort_case_insensitive_by_default() public method

it_should_sort_case_sensitive_if_specified() public method

it_should_sort_on_a_datetime_object_asc() public method

it_should_sort_on_a_datetime_object_desc() public method

it_should_sort_on_multiple_attributes_asc() public method

it_should_sort_on_multiple_attributes_desc() public method

it_should_sort_on_multiple_attributes_with_aliases() public method

let() public method

public let ( )

Property Details

$collection protected_oe property

protected LdapObjectCollection,LdapTools\Object $collection
return LdapTools\Object\LdapObjectCollection

$orderBy protected_oe property

protected $orderBy

$toSort protected_oe property

protected $toSort

$toSortGroups protected_oe property

protected $toSortGroups

$toSortUtf8 protected_oe property

protected $toSortUtf8