Illuminate\Database\Connection::getFetchConstructorArgument PHP Метод

getFetchConstructorArgument() публичный Метод

Get custom constructor arguments for the PDO::FETCH_CLASS fetch mode.
public getFetchConstructorArgument ( ) : array
Результат array
    public function getFetchConstructorArgument()
    {
        return $this->fetchConstructorArgument;
    }