mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 06:01:35 +01:00
Implemented correct functions
This commit is contained in:
parent
197a4a1ad1
commit
9eedf7776b
@ -25,5 +25,23 @@ class Configuration extends AbstractSource implements ConfigurationInterface
|
||||
* @var PropertyInterface
|
||||
*/
|
||||
protected $administrate;
|
||||
public function setAdministrate(Property $administrate): void
|
||||
{}
|
||||
|
||||
public function getAdministrate(): Property
|
||||
{}
|
||||
|
||||
public function setWrite(Property $write): void
|
||||
{}
|
||||
|
||||
public function getWrite(): Property
|
||||
{}
|
||||
|
||||
public function setRead(Property $read): void
|
||||
{}
|
||||
|
||||
public function getRead(): Property
|
||||
{}
|
||||
|
||||
}
|
||||
|
||||
|
@ -49,7 +49,7 @@ class Node implements NodeInterface
|
||||
public function getId(): int
|
||||
{}
|
||||
|
||||
public function setSource(SourceInterface $source)
|
||||
public function setSource(SourceInterface $source):void
|
||||
{}
|
||||
|
||||
public function getSource(): SourceInterface
|
||||
|
Loading…
Reference in New Issue
Block a user