Final Class Yiisoft\Yii\Debug\StartupPolicy\Debugger\AllowDebuggerPolicy
| Inheritance | Yiisoft\ |
|---|---|
| Implements | Yiisoft\ |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\ |
|
| satisfies() | Yiisoft\ |
Method Details
| public mixed __construct ( Yiisoft\ | ||
| $policies | Yiisoft\ |
|
public function __construct(ConditionInterface ...$policies)
{
$this->conditions = $policies;
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.