mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Implemented TreeCollectionSource
This commit is contained in:
@@ -8,6 +8,8 @@ use App\Helper\DimensionHelper;
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*
|
||||
* @deprecated use instead CollectionDimensionHelper Method
|
||||
*
|
||||
* @todo this attribut should be refactored to mapp fully on collections instead of members
|
||||
*/
|
||||
trait MembersAttribut
|
||||
@@ -31,6 +33,8 @@ trait MembersAttribut
|
||||
* @param int $dimension The dimensions start with 1 for the members of the actuall dimension and NULL for all members
|
||||
* @param Collection $members A reference to a members list, to which new members should be add
|
||||
*
|
||||
* @deprecated Use Instead CollectionDimensionHelperMethod
|
||||
*
|
||||
* @return Collection|MembersAttributInterface[] Returns all members till the defined dimension
|
||||
*/
|
||||
public function getMembersIncludingChildren(?int $dimension = null, Collection $members = null): Collection
|
||||
|
Reference in New Issue
Block a user