xajaxCallableObject::__construct PHP Method

__construct() public method

Constructs and initializes the obj - (object): The object to reference.
public __construct ( $obj )
    public function __construct($obj)
    {
        $this->obj = $obj;
        $this->aConfiguration = array();
    }