Difference between revisions of "Freeside:3:Documentation:Developer/FS/svc Tower Mixin"
From Freeside
m (Edit via perl MediaWiki framework (1.13)) |
m (Edit via perl MediaWiki framework (1.13)) |
||
Line 7: | Line 7: | ||
Hey! '''The above document had some coding errors, which are explained below:''' | Hey! '''The above document had some coding errors, which are explained below:''' | ||
− | ; Around line | + | ; Around line 7: |
:'=item' outside of any '=over' | :'=item' outside of any '=over' |
Latest revision as of 10:05, 10 April 2015
- tower_sector; tower_sector_sql HASHREF
- Class method which returns a list of WHERE clause fragments to search for services with tower/sector given by HASHREF. Can contain 'towernum' and 'sectornum' keys, either of which can be an arrayref or a single value. To use this, the search needs to join to tower_sector.
- towernum or sectornum can also contain 'none' to allow null values.
POD ERRORS
Hey! The above document had some coding errors, which are explained below:
- Around line 7:
- '=item' outside of any '=over'