ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
◀ 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\Vocabularies\Factory\BuilderInterface\withIsDeactivated
withIsDeactivated(bool $deactivated)
ILIAS\MetaData\Vocabularies\Factory
Definition:
Builder.php:21
ILIAS\MetaData\Vocabularies\Factory\BuilderInterface\withDisallowsCustomInputs
withDisallowsCustomInputs(bool $no_custom_inputs)
ILIAS\MetaData\Vocabularies\VocabularyInterface
Definition:
VocabularyInterface.php:25
VocabularyInterface
PathInterface
ILIAS\MetaData\Vocabularies\Factory\BuilderInterface
Definition:
BuilderInterface.php:26
components
ILIAS
MetaData
classes
Vocabularies
Factory
BuilderInterface.php
Generated on Tue Sep 2 2025 23:03:29 for ILIAS by
1.8.13 (using
Doxyfile
)