Swiftriver\EventHandlers\UshahidiContentPushEventHandler::ReturnRequiredParameters PHP Method

ReturnRequiredParameters() public method

This method returns an array of the required paramters that are nessesary to configure this event handler.
public ReturnRequiredParameters ( ) : ConfigurationElement[]
return Swiftriver\Core\ObjectModel\ConfigurationElement[]
    public function ReturnRequiredParameters()
    {
        return array(new \Swiftriver\Core\ObjectModel\ConfigurationElement("Ushahidi Url", "string", "The fully qualified url to the Ushahidi instance you want to " . "communicate with (please dont include the API path, just the root)"));
    }