Phive\Queue\Tests\Queue\Pdo\MockPdo::getAttribute PHP Method

getAttribute() public method

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