Show:

Users_ExternalFrom Class

Extends Base_Users_ExternalFrom
Module: Users

Class representing 'ExternalFrom' rows in the 'Users' database You can create an object of this class either to access its non-static methods, or to actually represent a external_from row in the Users database.

Item Index

Methods

__set_state

(
  • $array
)
Users_ExternalFrom

Implements the __set_state method, so it can work with with var_export and be re-imported successfully.

Parameters:

  • $array Array

Returns:

Users_ExternalFrom:

Class instance

beforeSave

(
  • $modifiedFields
)
Array

Assign 'xid' field if not set

Parameters:

  • $modifiedFields Array

Returns:

Array:

setUp

()

The setUp() method is called the first time an object of this class is constructed.