Details
Description
Line 188:
/**
* Get checked flag
*
* @return bool
*/
public function isChecked($flag)
{
return $this->checked;
}
- Submitted on behalf of Benjamin Cremer (crem0r on #zftalk)
Line 188:
/**
* Get checked flag
*
* @return bool
*/
public function isChecked($flag)
{
return $this->checked;
}
Please evaluate and categorize/assign as necessary.