Viel neues
This commit is contained in:
18
qa-tool/htdocs/vendor/litesaml/lightsaml/src/Action/CompositeActionInterface.php
vendored
Normal file
18
qa-tool/htdocs/vendor/litesaml/lightsaml/src/Action/CompositeActionInterface.php
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace LightSaml\Action;
|
||||
|
||||
interface CompositeActionInterface extends ActionInterface
|
||||
{
|
||||
/**
|
||||
* @return CompositeActionInterface
|
||||
*/
|
||||
public function add(ActionInterface $action);
|
||||
|
||||
/**
|
||||
* @param callable $callable
|
||||
*
|
||||
* @return ActionInterface|null
|
||||
*/
|
||||
public function map($callable);
|
||||
}
|
||||
Reference in New Issue
Block a user