ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
BuilderInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Vocabularies\Factory
;
22
23
use
ILIAS\MetaData\Paths\PathInterface
;
24
use
ILIAS\MetaData\Vocabularies\VocabularyInterface
;
25
26
interface
BuilderInterface
27
{
28
public
function
withIsDeactivated
(
bool
$deactivated):
BuilderInterface
;
29
30
public
function
withDisallowsCustomInputs
(
bool
$no_custom_inputs):
BuilderInterface
;
31
32
public
function
get
():
VocabularyInterface
;
33
}
ILIAS\MetaData\Paths\PathInterface
Definition:
PathInterface.php:26
ILIAS\MetaData\Vocabularies\Factory\BuilderInterface
Definition:
BuilderInterface.php:27
ILIAS\MetaData\Vocabularies\Factory\BuilderInterface\withIsDeactivated
withIsDeactivated(bool $deactivated)
ILIAS\MetaData\Vocabularies\Factory\BuilderInterface\withDisallowsCustomInputs
withDisallowsCustomInputs(bool $no_custom_inputs)
ILIAS\MetaData\Vocabularies\VocabularyInterface
Definition:
VocabularyInterface.php:26
ILIAS\MetaData\Vocabularies\Factory
Definition:
Builder.php:21
components
ILIAS
MetaData
classes
Vocabularies
Factory
BuilderInterface.php
Generated on Sat Oct 18 2025 23:03:27 for ILIAS by
1.9.4 (using
Doxyfile
)