Swift_Events_EventObject::getSource PHP Méthode

getSource() public méthode

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