Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web284/html/wp-content/plugins/woocommerce/apigen/libs/Nette/Nette/Database/ |
Current File : //var/www/web284/html/wp-content/plugins/woocommerce/apigen/libs/Nette/Nette/Database/Row.php |
<?php /** * This file is part of the Nette Framework (http://nette.org) * * Copyright (c) 2004 David Grudl (http://davidgrudl.com) * * For the full copyright and license information, please view * the file license.txt that was distributed with this source code. */ namespace Nette\Database; use Nette; /** * Represents a single table row. * * @author David Grudl */ class Row extends Nette\ArrayHash { public function __construct(Statement $statement) { $statement->normalizeRow($this); } /** * Returns a item. * @param mixed key or index * @return mixed */ public function offsetGet($key) { if (is_int($key)) { $arr = array_values((array) $this); return $arr[$key]; } return $this->$key; } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare