Swift_Events_EventObject::getSource PHP 메소드

getSource() 공개 메소드

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