1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-12 00:54:11 +02:00

improved reflection skills

This commit is contained in:
David Grudl
2008-10-28 01:03:50 +00:00
parent e221a13dda
commit ab892255d3
15 changed files with 242 additions and 140 deletions

View File

@@ -216,7 +216,7 @@ class DibiFluent extends DibiObject
* @param string flag name
* @return bool
*/
final public function getFlag($flag, $value = TRUE)
final public function getFlag($flag)
{
return isset($this->flags[strtoupper($flag)]);
}