CLI API Documentation

Axigen's PHP Command Line Interface API reference guide

List of all members.

Public Member Functions

  __construct ($integratedfilterObj, $parentObj)
  __get ($varName)
  __set ($varName, $varValue)
  addConfigParam ($var, $value)
  databaseUpdateStatus ()
  getConfigParams ()
  getIntegratedFilterObj ()
  getSessionObj ()
  removeConfigParam ($var)
  save ()
  updateConfigParam ($var, $newValue)
  updateDatabase ()

Member Function Documentation

IntegratedFilters::__get ( varName  ) 

Get member.

member

description

name

the name of the filter

type

the type of the filter

command

the command to start the filter

enable

enabled/disabled

requestTimeout

the request time out

IntegratedFilters::__set ( varName,
varValue  
)

Set member.

member

description

name

the name of the filter

type

the type of the filter

command

the command to start the filter

enable

enabled/disabled

requestTimeout

the request time out

IntegratedFilters::databaseUpdateStatus (  ) 

Check the integrated filter database status

Returns:
string
IntegratedFilters::save (  ) 

This method must be called if one of the members has been changed

Returns:
bool
IntegratedFilters::updateDatabase (  ) 

Start the integrated filter database update

Returns:
bool