gyro/core/lib/interfaces/iblock.cls.php File Reference
Go to the source code of this file.
Classes |
|
interface | IBlock |
Interface for Blcoks. More... |
|
Functions |
|
gyro_block_sort (&$item_1, &$item_2) | |
Callback function for sorting blocks.
|
Function Documentation
gyro_block_sort | ( | &$ | item_1, | |
&$ | item_2 | |||
) |
Callback function for sorting blocks.
Invokes $item_1->compare($item_2);
Definition at line 105 of file iblock.cls.php.