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

can_user_event() public method

public can_user_event ( )
    public function can_user_event()
    {
        $write = array(implode("\r\n", array('action: UserEvent', 'actionid: 1432.123', 'userevent: FooEvent', 'foo: Bar', 'bar: Foo', '')));
        $action = new \PAMI\Message\Action\UserEventAction('FooEvent', ['Foo' => 'Bar', 'Bar' => 'Foo']);
        $client = $this->_start($write, $action);
    }
Test_Actions