mirror of
https://github.com/dg/dibi.git
synced 2025-08-10 08:04:32 +02:00
simplified phpDoc comments
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* dibi - tiny'n'smart database abstraction layer
|
||||
* ----------------------------------------------
|
||||
* This file is part of the "dibi" - smart database abstraction layer.
|
||||
*
|
||||
* @copyright Copyright (c) 2005, 2010 David Grudl
|
||||
* @license http://dibiphp.com/license dibi license
|
||||
* @link http://dibiphp.com
|
||||
* Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com)
|
||||
*
|
||||
* This source file is subject to the "dibi license", and/or
|
||||
* GPL license. For more information please see http://dibiphp.com
|
||||
* @package dibi
|
||||
*/
|
||||
|
||||
@@ -15,8 +15,7 @@
|
||||
/**
|
||||
* Reflection metadata class for a database.
|
||||
*
|
||||
* @copyright Copyright (c) 2005, 2010 David Grudl
|
||||
* @package dibi
|
||||
* @author David Grudl
|
||||
*
|
||||
* @property-read string $name
|
||||
* @property-read array $tables
|
||||
@@ -132,8 +131,7 @@ class DibiDatabaseInfo extends DibiObject
|
||||
/**
|
||||
* Reflection metadata class for a database table.
|
||||
*
|
||||
* @copyright Copyright (c) 2005, 2010 David Grudl
|
||||
* @package dibi
|
||||
* @author David Grudl
|
||||
*
|
||||
* @property-read string $name
|
||||
* @property-read bool $view
|
||||
@@ -341,8 +339,7 @@ class DibiTableInfo extends DibiObject
|
||||
/**
|
||||
* Reflection metadata class for a result set.
|
||||
*
|
||||
* @copyright Copyright (c) 2005, 2010 David Grudl
|
||||
* @package dibi
|
||||
* @author David Grudl
|
||||
*
|
||||
* @property-read array $columns
|
||||
* @property-read array $columnNames
|
||||
@@ -448,8 +445,7 @@ class DibiResultInfo extends DibiObject
|
||||
/**
|
||||
* Reflection metadata class for a table or result set column.
|
||||
*
|
||||
* @copyright Copyright (c) 2005, 2010 David Grudl
|
||||
* @package dibi
|
||||
* @author David Grudl
|
||||
*
|
||||
* @property-read string $name
|
||||
* @property-read string $fullName
|
||||
@@ -655,8 +651,7 @@ class DibiColumnInfo extends DibiObject
|
||||
/**
|
||||
* Reflection metadata class for a foreign key.
|
||||
*
|
||||
* @copyright Copyright (c) 2005, 2010 David Grudl
|
||||
* @package dibi
|
||||
* @author David Grudl
|
||||
* @todo
|
||||
*
|
||||
* @property-read string $name
|
||||
@@ -706,8 +701,7 @@ class DibiForeignKeyInfo extends DibiObject
|
||||
/**
|
||||
* Reflection metadata class for a index or primary key.
|
||||
*
|
||||
* @copyright Copyright (c) 2005, 2010 David Grudl
|
||||
* @package dibi
|
||||
* @author David Grudl
|
||||
*
|
||||
* @property-read string $name
|
||||
* @property-read array $columns
|
||||
|
Reference in New Issue
Block a user