Phive\Queue\Tests\Queue\Pdo\MockPdo::getAttribute PHP 메소드

getAttribute() 공개 메소드

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