RedUNIT\Base\TroubleDapter::getRow PHP Method

getRow() public method

public getRow ( $sql, $aValues = [] )
    public function getRow($sql, $aValues = array())
    {
        $this->get($sql, $aValues);
    }