Show:

Users_ExternalTo Class

Extends Base_Users_ExternalTo
Module: Users

Class representing 'ExternalTo' 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_to row in the Users database.

Item Index

Methods

__set_state

(
  • $array
)
Users_ExternalTo

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

Parameters:

  • $array Array

Returns:

Users_ExternalTo:

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.