mirror of
https://github.com/dg/dibi.git
synced 2025-09-03 11:02:35 +02:00
updated phpDoc @package
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
* Dibi extension for Nette Framework. Creates 'connection' service.
|
||||
*
|
||||
* @author David Grudl
|
||||
* @package dibi\nette
|
||||
* @phpversion 5.3
|
||||
*/
|
||||
class DibiNetteExtension extends Nette\Config\CompilerExtension
|
||||
|
@@ -21,6 +21,7 @@ if (interface_exists('Nette\Diagnostics\IBarPanel')) {
|
||||
* Dibi panel for Nette\Diagnostics.
|
||||
*
|
||||
* @author David Grudl
|
||||
* @package dibi\nette
|
||||
*/
|
||||
class DibiNettePanel extends DibiObject implements IBarPanel
|
||||
{
|
||||
|
Reference in New Issue
Block a user