interface NodeHelper extends FrameworkInterface {
/**
* Method to "bootstrap" the node. This step does also apply provided
- * command-line arguments stored in the request instance
+ * command-line arguments stored in the request instance. You should now
+ * get it from calling $this->getRequestInstance().
*
- * @param $requestInstance An instance of a Requestable class
* @return void
*/
- function doBootstrapping (Requestable $requestInstance);
+ function doBootstrapping ();
}
//
* command-line arguments stored in the request instance. The regular node
* should communicate with the bootstrap-nodes at this point.
*
- * @param $requestInstance An instance of a Requestable class
* @return void
+ * @todo Implement this method
*/
- public function doBootstrapping (Requestable $requestInstance) {
+ public function doBootstrapping () {
// Call generic (parent) bootstrapping method
parent::doGenericBootstrapping();
$this->partialStub("Please implement this method.");
* command-line arguments stored in the request instance. The regular node
* should communicate with the bootstrap-nodes at this point.
*
- * @param $requestInstance An instance of a Requestable class
* @return void
+ * @todo Implement this method
*/
- public function doBootstrapping (Requestable $requestInstance) {
+ public function doBootstrapping () {
// Call generic (parent) bootstrapping method
parent::doGenericBootstrapping();
$this->partialStub("Please implement this method.");
* command-line arguments stored in the request instance. The regular node
* should communicate with the bootstrap-nodes at this point.
*
- * @param $requestInstance An instance of a Requestable class
* @return void
+ * @todo Implement this method
*/
- public function doBootstrapping (Requestable $requestInstance) {
+ public function doBootstrapping () {
// Call generic (parent) bootstrapping method
parent::doGenericBootstrapping();
$this->partialStub("Please implement this method.");
* command-line arguments stored in the request instance. The regular node
* should communicate with the bootstrap-nodes at this point.
*
- * @param $requestInstance An instance of a Requestable class
* @return void
+ * @todo Implement this method
*/
- public function doBootstrapping (Requestable $requestInstance) {
+ public function doBootstrapping () {
// Call generic (parent) bootstrapping method
parent::doGenericBootstrapping();
$this->partialStub("Please implement this method.");
* command-line arguments stored in the request instance. The regular node
* should communicate with the bootstrap-nodes at this point.
*
- * @param $requestInstance An instance of a Requestable class
* @return void
+ * @todo Implement this method
*/
- public function doBootstrapping (Requestable $requestInstance) {
+ public function doBootstrapping () {
// Call generic (parent) bootstrapping method
parent::doGenericBootstrapping();
$this->partialStub("Please implement this method.");