Galette API documentation
Gestionnaire d’Adhérents en Ligne Extrêmement Tarabiscoté mais Tellement Efficace
1.0.0
Galette\Filters\TransactionsList Class Reference
Inheritance diagram for Galette\Filters\TransactionsList:
Collaboration diagram for Galette\Filters\TransactionsList:

Public Member Functions

 __construct ()
 
 reinit ()
 
 __get (string $name)
 
 __isset (string $name)
 
 __set (string $name, mixed $value)
 
- Public Member Functions inherited from Galette\Core\Pagination
 invertorder ()
 
 getDirection ()
 
 setDirection (string $direction)
 
 setLimits (Select $select)
 
 setCounter (int $c)
 
 setViewPagination (RouteParser $routeparser, Twig $view, bool $restricted=true)
 

Public Attributes

const ORDERBY_DATE = 0
 
const ORDERBY_MEMBER = 3
 
const ORDERBY_AMOUNT = 5
 
const ORDERBY_PAYMENT_TYPE = 7
 
const ORDERBY_ID = 8
 
- Public Attributes inherited from Galette\Core\Pagination
const ORDER_ASC = 'ASC'
 
const ORDER_DESC = 'DESC'
 

Protected Member Functions

 getDefaultOrder ()
 
- Protected Member Functions inherited from Galette\Core\Pagination
 getDefaultDirection ()
 
 countPages ()
 
 getHref (int $page)
 

Protected Attributes

array $list_fields
 
array $virtuals_list_fields
 
- Protected Attributes inherited from Galette\Core\Pagination
Twig $view
 
RouteParser $routeparser
 
array $errors = []
 
array $pagination_fields
 

Constructor & Destructor Documentation

◆ __construct()

Galette\Filters\TransactionsList::__construct ( )

Default constructor

Reimplemented from Galette\Core\Pagination.

Member Function Documentation

◆ __get()

Galette\Filters\TransactionsList::__get ( string  $name)

Global getter method

Parameters
string$namename of the property we want to retrieve
Returns
mixed the called property

Reimplemented from Galette\Core\Pagination.

◆ __isset()

Galette\Filters\TransactionsList::__isset ( string  $name)

Global isset method Required for twig to access properties via __get

Parameters
string$namename of the property we want to retrieve
Returns
bool

Reimplemented from Galette\Core\Pagination.

◆ __set()

Galette\Filters\TransactionsList::__set ( string  $name,
mixed  $value 
)

Global setter method

Parameters
string$namename of the property we want to assign a value to
mixed$valuea relevant value for the property
Returns
void

Reimplemented from Galette\Core\Pagination.

◆ getDefaultOrder()

Galette\Filters\TransactionsList::getDefaultOrder ( )
protected

Returns the field we want to default set order to

Returns
int|string

Reimplemented from Galette\Core\Pagination.

◆ reinit()

Galette\Filters\TransactionsList::reinit ( )

Reinit default parameters

Returns
void

Reimplemented from Galette\Core\Pagination.

Member Data Documentation

◆ $list_fields

array Galette\Filters\TransactionsList::$list_fields
protected
Initial value:
= array(
'start_date_filter',
'end_date_filter',
'filtre_cotis_adh',
'filtre_cotis_children'
)

◆ $virtuals_list_fields

array Galette\Filters\TransactionsList::$virtuals_list_fields
protected
Initial value:
= array(
'rstart_date_filter',
'rend_date_filter'
)

The documentation for this class was generated from the following file: