Swift_Events_EventObject::getSource PHP Method

getSource() public method

Get the source object of this event.
public getSource ( ) : object
return object
    public function getSource()
    {
        return $this->_source;
    }