|
Tv2 documentation | |||||
PREV NEXT | FRAMES NO FRAME | |||||
Function Summary | |
array | ctlSetIntersect(array $a, array $b) Returns an intersection of two sets. |
array | ctlSetSubtract(array $a, array $b) Subtracts one set from the other |
array | ctlSetUnion(array $a, array $b) Returns a union of two sets. |
object& | loadTv2Module(string $name) Loads a specified module |
array | mapTv2Module(string $name, [string $method], [string $site_method]) Returns array for the map |
Function Detail |
array ctlSetIntersect(array $a, array $b)
Returns an intersection of two sets.
a
- 1st unionb
- 2d unionarray ctlSetSubtract(array $a, array $b)
Subtracts one set from the other
a
- 1st unionb
- 2d unionarray ctlSetUnion(array $a, array $b)
Returns a union of two sets.
a
- 1st unionb
- 2d unionobject& loadTv2Module(string $name)
Loads a specified module
name
- module name, specified in $apps variable in configarray mapTv2Module(string $name, [string $method], [string $site_method])
Returns array for the map
name
- module name, specified in $apps variable in configmethod
- Module method to call (default 'dispatch')site_method
- Site method to use (default 'passthru')
|
Tv2 documentation | |||||
PREV NEXT | FRAMES NO FRAME | |||||
This document was generated by phpdocgen 0.17-rc3.
Copyright © 2002-03 Stéphane GALLAND (under the GNU General Public License)