interface Project
Interface for project. Since the definition of a project can be different per factory this interface will be small.
Hierarchy
- interface \phpDocumentor\Reflection\Project
Expanded class hierarchy of Project
All classes that implement Project
13 string references to 'Project'
- AutoAddedKeysSniff::process in vendor/
drupal/ coder/ coder_sniffer/ Drupal/ Sniffs/ InfoFiles/ AutoAddedKeysSniff.php - Processes this test, when one of its tokens is encountered.
- BumpCommand::doBump in vendor/
composer/ composer/ src/ Composer/ Command/ BumpCommand.php - Clover::process in vendor/
phpunit/ php-code-coverage/ src/ Report/ Clover.php - Crap4j::process in vendor/
phpunit/ php-code-coverage/ src/ Report/ Crap4j.php - Dependency::__sleep in core/
lib/ Drupal/ Core/ Extension/ Dependency.php - Prevents unnecessary serialization of constraint objects.
File
-
vendor/
phpdocumentor/ reflection-common/ src/ Project.php, line 19
Namespace
phpDocumentor\ReflectionView source
interface Project {
/**
* Returns the name of the project.
*/
public function getName() : string;
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
Project::getName | public | function | Returns the name of the project. |