mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Optimized dom management
This commit is contained in:
@@ -7,7 +7,18 @@ namespace Infinito\Attribut;
|
||||
*/
|
||||
interface GrantAttributInterface
|
||||
{
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
const GRANT_ATTRIBUT_NAME = 'grant';
|
||||
|
||||
/**
|
||||
* @param bool $grant
|
||||
*/
|
||||
public function setGrant(bool $grant): void;
|
||||
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
public function getGrant(): bool;
|
||||
}
|
||||
|
Reference in New Issue
Block a user