modify
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Snowflake;
|
||||
|
||||
|
||||
interface IAspect
|
||||
{
|
||||
|
||||
|
||||
/**
|
||||
* IAspect constructor.
|
||||
* @param array $handler
|
||||
*/
|
||||
public function __construct(array $handler, bool $needRetruen);
|
||||
|
||||
|
||||
/**
|
||||
* @return mixed|void
|
||||
*/
|
||||
public function invoke();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user