Phergie_Event_Handler::__construct PHP 메소드

__construct() 공개 메소드

Constructor to initialize the event queue.
public __construct ( ) : void
리턴 void
    public function __construct()
    {
        $this->events = array();
    }