Phive\Queue\Tests\Queue\Pdo\MockPdo::getAttribute PHP Méthode

getAttribute() public méthode

public getAttribute ( $attribute )
    public function getAttribute($attribute)
    {
        if (self::ATTR_DRIVER_NAME === $attribute) {
            return $this->driverName;
        }
        return parent::getAttribute($attribute);
    }