Page MenuHomeWickedGov Phorge

Project.php
No OneTemporary

Size
506 B
Referenced Files
None
Subscribers
None

Project.php

<?php
declare(strict_types=1);
/**
* phpDocumentor
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @link http://phpdoc.org
*/
namespace phpDocumentor\Reflection;
/**
* Interface for project. Since the definition of a project can be different per factory this interface will be small.
*/
interface Project
{
/**
* Returns the name of the project.
*/
public function getName() : string;
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Aug 18, 15:30 (3 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ea/0a/1f301c0f2046a6ca1deddfbc62fb
Default Alt Text
Project.php (506 B)

Event Timeline