PAMI\Client\Impl\Test_Actions::can_events PHP Method

can_events() public method

public can_events ( )
    public function can_events()
    {
        $write = array(implode("\r\n", array('action: Events', 'actionid: 1432.123', 'eventmask: a,b,c', '')));
        $action = new \PAMI\Message\Action\EventsAction(array('a', 'b', 'c'));
        $client = $this->_start($write, $action);
    }
Test_Actions