- Code: Select all
class SQLite extends \test\database\Adapter {
public function runTruncate(\test\database\Query $query)
{}
Same goes to the parameters in method definition. In above code, the "\test\database\" is not treated as a namespace
class SQLite extends \test\database\Adapter {
public function runTruncate(\test\database\Query $query)
{} <string>(?i)\b(real|double|float|int(eger)?|bool(ean)?|string|class|clone|var|function|interface|parent|self|object|namespace)\b</string>


Users browsing this forum: Google [Bot], W3C [Validator] and 14 guests