Ubiquity
2.5.2
php rapid development framework
Loading...
Searching...
No Matches
DAOPreparedQueryOne.php
Go to the documentation of this file.
1
<?php
2
namespace
Ubiquity\orm\core\prepared
;
3
4
use
Ubiquity\cache\database\DbCache
;
5
14
class
DAOPreparedQueryOne
extends
DAOPreparedQueryById
{
15
16
public
function
__construct
(
$className
,
$condition
=
''
,
$included
=
false
,
$cache
=
null
) {
17
DAOPreparedQuery::__construct
(
$className
,
$condition
,
$included
,
$cache
);
18
}
19
20
protected
function
prepare
(?
DbCache
$cache
=
null
) {
21
$this->conditionParser->limitOne();
22
DAOPreparedQuery::prepare
(
$cache
);
23
$this->
updatePrepareStatement
();
24
}
25
}
26
Ubiquity\cache\database\DbCache
Abstract class for database caching Ubiquity\cache\database$DbCache This class is part of Ubiquity.
Definition
DbCache.php:20
Ubiquity\orm\core\prepared\DAOPreparedQueryById
Ubiquity\orm\core\prepared$DAOPreparedQueryOne This class is part of Ubiquity.
Definition
DAOPreparedQueryById.php:19
Ubiquity\orm\core\prepared\DAOPreparedQueryById\$cache
$cache
Definition
DAOPreparedQueryById.php:25
Ubiquity\orm\core\prepared\DAOPreparedQuery\$condition
$condition
Definition
DAOPreparedQuery.php:41
Ubiquity\orm\core\prepared\DAOPreparedQuery\__construct
__construct($className, $condition=null, $included=false, $cache=null)
Definition
DAOPreparedQuery.php:60
Ubiquity\orm\core\prepared\DAOPreparedQuery\prepare
prepare(?DbCache $cache=null)
Definition
DAOPreparedQuery.php:188
Ubiquity\orm\core\prepared\DAOPreparedQuery\$className
$className
Definition
DAOPreparedQuery.php:30
Ubiquity\orm\core\prepared\DAOPreparedQuery\updatePrepareStatement
updatePrepareStatement()
Definition
DAOPreparedQuery.php:213
Ubiquity\orm\core\prepared\DAOPreparedQuery\$included
$included
Definition
DAOPreparedQuery.php:27
Ubiquity\orm\core\prepared\DAOPreparedQueryOne
Ubiquity\orm\core\prepared$DAOPreparedQueryOne This class is part of Ubiquity.
Definition
DAOPreparedQueryOne.php:14
Ubiquity\orm\core\prepared\DAOPreparedQueryOne\__construct
__construct($className, $condition='', $included=false, $cache=null)
Definition
DAOPreparedQueryOne.php:16
Ubiquity\orm\core\prepared\DAOPreparedQueryOne\prepare
prepare(?DbCache $cache=null)
Definition
DAOPreparedQueryOne.php:20
Ubiquity\orm\core\prepared
Definition
DAOPreparedQuery.php:3
C:
Users
myadd
Documents
GitHub
ubiquity-doc-api
vendor
phpmv
ubiquity
src
Ubiquity
orm
core
prepared
DAOPreparedQueryOne.php
Generated on Sun Dec 10 2023 15:04:23 for
Ubiquity
by
doxygen
1.9.8