Skip to content

Commit

Permalink
Preparing ActionRemoteAPICall class
Browse files Browse the repository at this point in the history
  • Loading branch information
eduluz1976 committed Nov 19, 2018
1 parent 0ce117a commit 39243b0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 442 deletions.
6 changes: 4 additions & 2 deletions src/ActionClassMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@ public function setConstructorParameters(array $constructorParameters): ActionCl
return $this;
}


/**
* ActionRegularFunction constructor.
* @param string $functionName
* ActionClassMethod constructor.
* @param string $className
* @param string $methodName
* @param array $request
*/
public function __construct($className, $methodName, $request = [])
Expand Down
Loading

0 comments on commit 39243b0

Please sign in to comment.