mirror of
https://github.com/dg/dibi.git
synced 2025-08-13 01:24:06 +02:00
updated phpDoc blocks
This commit is contained in:
@@ -3,10 +3,12 @@
|
||||
/**
|
||||
* This file is part of the "dibi" project (http://dibi.texy.info/)
|
||||
*
|
||||
* Copyright (c) 2005-2007 David Grudl aka -dgx- (http://www.dgx.cz)
|
||||
*
|
||||
* @version $Revision$ $Date$
|
||||
* @package dibi
|
||||
* @author David Grudl
|
||||
* @copyright Copyright (c) 2005-2007 David Grudl aka -dgx- (http://www.dgx.cz)
|
||||
* @license New BSD License
|
||||
* @version $Revision$ $Date$
|
||||
* @category Database
|
||||
* @package Dibi
|
||||
*/
|
||||
|
||||
|
||||
@@ -49,7 +51,7 @@ abstract class DibiDriver
|
||||
/**
|
||||
* Creates object and (optionally) connects to a database
|
||||
* @param array connect configuration
|
||||
* @throw DibiException
|
||||
* @throws DibiException
|
||||
*/
|
||||
public function __construct($config)
|
||||
{
|
||||
@@ -61,7 +63,7 @@ abstract class DibiDriver
|
||||
|
||||
/**
|
||||
* Connects to a database
|
||||
* @throw DibiException
|
||||
* @throws DibiException
|
||||
* @return resource
|
||||
*/
|
||||
abstract protected function connect();
|
||||
@@ -98,7 +100,7 @@ abstract class DibiDriver
|
||||
*
|
||||
* @param array|mixed one or more arguments
|
||||
* @return int|DibiResult
|
||||
* @throw DibiException
|
||||
* @throws DibiException
|
||||
*/
|
||||
public function query($args)
|
||||
{
|
||||
|
@@ -3,10 +3,12 @@
|
||||
/**
|
||||
* This file is part of the "dibi" project (http://dibi.texy.info/)
|
||||
*
|
||||
* Copyright (c) 2005-2007 David Grudl aka -dgx- (http://www.dgx.cz)
|
||||
*
|
||||
* @version $Revision$ $Date$
|
||||
* @package dibi
|
||||
* @author David Grudl
|
||||
* @copyright Copyright (c) 2005-2007 David Grudl aka -dgx- (http://www.dgx.cz)
|
||||
* @license New BSD License
|
||||
* @version $Revision$ $Date$
|
||||
* @category Database
|
||||
* @package Dibi
|
||||
*/
|
||||
|
||||
|
||||
|
@@ -3,10 +3,12 @@
|
||||
/**
|
||||
* This file is part of the "dibi" project (http://dibi.texy.info/)
|
||||
*
|
||||
* Copyright (c) 2005-2007 David Grudl aka -dgx- (http://www.dgx.cz)
|
||||
*
|
||||
* @version $Revision$ $Date$
|
||||
* @package dibi
|
||||
* @author David Grudl
|
||||
* @copyright Copyright (c) 2005-2007 David Grudl aka -dgx- (http://www.dgx.cz)
|
||||
* @license New BSD License
|
||||
* @version $Revision$ $Date$
|
||||
* @category Database
|
||||
* @package Dibi
|
||||
*/
|
||||
|
||||
|
||||
|
@@ -3,10 +3,12 @@
|
||||
/**
|
||||
* This file is part of the "dibi" project (http://dibi.texy.info/)
|
||||
*
|
||||
* Copyright (c) 2005-2007 David Grudl aka -dgx- (http://www.dgx.cz)
|
||||
*
|
||||
* @version $Revision$ $Date$
|
||||
* @package dibi
|
||||
* @author David Grudl
|
||||
* @copyright Copyright (c) 2005-2007 David Grudl aka -dgx- (http://www.dgx.cz)
|
||||
* @license New BSD License
|
||||
* @version $Revision$ $Date$
|
||||
* @category Database
|
||||
* @package Dibi
|
||||
*/
|
||||
|
||||
|
||||
@@ -43,7 +45,7 @@ class DibiTranslator
|
||||
*
|
||||
* @param array
|
||||
* @return string|FALSE
|
||||
* @throw DibiException
|
||||
* @throws DibiException
|
||||
*/
|
||||
public function translate($args)
|
||||
{
|
||||
|
Reference in New Issue
Block a user