mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-18 16:16:02 +02:00
Optimized dom management
This commit is contained in:
@@ -9,7 +9,18 @@ use Infinito\Entity\Source\SourceInterface;
|
||||
*/
|
||||
interface SourceAttributInterface
|
||||
{
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
const SOURCE_ATTRIBUT_NAME = 'source';
|
||||
|
||||
/**
|
||||
* @return SourceInterface
|
||||
*/
|
||||
public function getSource(): SourceInterface;
|
||||
|
||||
/**
|
||||
* @param SourceInterface $source
|
||||
*/
|
||||
public function setSource(SourceInterface $source): void;
|
||||
}
|
||||
|
Reference in New Issue
Block a user