__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace League\Event;
class Event extends AbstractEvent
{
/**
* The event name.
*
* @var string
*/
protected $name;
/**
* Create a new event instance.
*
* @param string $name
*/
public function __construct($name)
{
$this->name = $name;
}
/**
* @inheritdoc
*/
public function getName()
{
return $this->name;
}
/**
* Create a new event instance.
*
* @param string $name
*
* @return static
*/
public static function named($name)
{
return new static($name);
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| AbstractEvent.php | File | 988 B | 0640 |
|
| AbstractListener.php | File | 222 B | 0640 |
|
| BufferedEmitter.php | File | 811 B | 0640 |
|
| CallbackListener.php | File | 1.14 KB | 0640 |
|
| Emitter.php | File | 6.01 KB | 0640 |
|
| EmitterAwareInterface.php | File | 363 B | 0640 |
|
| EmitterAwareTrait.php | File | 669 B | 0640 |
|
| EmitterInterface.php | File | 2.19 KB | 0640 |
|
| EmitterTrait.php | File | 2.87 KB | 0640 |
|
| Event.php | File | 631 B | 0640 |
|
| EventInterface.php | File | 702 B | 0640 |
|
| Generator.php | File | 141 B | 0640 |
|
| GeneratorInterface.php | File | 194 B | 0640 |
|
| GeneratorTrait.php | File | 627 B | 0640 |
|
| ListenerAcceptor.php | File | 843 B | 0640 |
|
| ListenerAcceptorInterface.php | File | 1.53 KB | 0640 |
|
| ListenerInterface.php | File | 407 B | 0640 |
|
| ListenerProviderInterface.php | File | 285 B | 0640 |
|
| OneTimeListener.php | File | 1.15 KB | 0640 |
|