CommunityID/libs/Zend/Tool/Project/Context/Interface.php

16 lines
261 B
PHP
Raw Normal View History

2019-07-17 20:16:19 +00:00
<?php
/**
* Interface for contexts
*
* setResource() is an optional method that if the context supports
* will be set with the resource at construction time
*
*/
interface Zend_Tool_Project_Context_Interface
{
public function getName();
}